Autogenerated HTML docs for v2.6.1-145-gb27da 
diff --git a/git-log.html b/git-log.html index 1f20f75..4af0b6d 100644 --- a/git-log.html +++ b/git-log.html 
@@ -1911,8 +1911,9 @@  <em>core.notesRef</em> and <em>notes.displayRef</em> variables (or corresponding   environment overrides). See <a href="git-config.html">git-config(1)</a> for more details.</p></div>   <div class="paragraph"><p>With an optional <em>&lt;ref&gt;</em> argument, show this notes ref instead of the  -default notes ref(s). The ref is taken to be in <code>refs/notes/</code> if it  -is not qualified.</p></div>  +default notes ref(s). The ref specifies the full refname when it begins  +with <code>refs/notes/</code>; when it begins with <code>notes/</code>, <code>refs/</code> and otherwise  +<code>refs/notes/</code> is prefixed to form a full name of the ref.</p></div>   <div class="paragraph"><p>Multiple --notes options can be combined to control which notes are   being displayed. Examples: "--notes=foo" will show only notes from   "refs/notes/foo"; "--notes=foo --notes" will show both notes from